home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / irclib < prev    next >
Text File  |  2001-03-21  |  300b  |  16 lines

  1. Synopsis:
  2.    $irclib()
  3.  
  4. Technical:
  5.    This function returns the irc library directory, specified at compile time.
  6.  
  7. Practical:
  8.    It can be used to locate scripts or whatnot.
  9.  
  10. Examples:
  11.    load $irclib()/script/motd                  /* loads the "motd" script */
  12.  
  13. See Also:
  14.    load(5);
  15.  
  16.